home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gedit-2 / ui / gedit-open-location-dialog.ui < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-14  |  7.9 KB  |  170 lines

  1. <?xml version="1.0"?>
  2. <!--*- mode: xml -*-->
  3. <interface>
  4.   <object class="GtkDialog" id="open_uri_dialog">
  5.     <property name="title" translatable="yes">Open Location</property>
  6.     <property name="type">GTK_WINDOW_TOPLEVEL</property>
  7.     <property name="window_position">GTK_WIN_POS_NONE</property>
  8.     <property name="modal">False</property>
  9.     <property name="resizable">False</property>
  10.     <property name="destroy_with_parent">True</property>
  11.     <property name="decorated">True</property>
  12.     <property name="skip_taskbar_hint">False</property>
  13.     <property name="skip_pager_hint">False</property>
  14.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  15.     <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  16.     <property name="focus_on_map">True</property>
  17.     <property name="urgency_hint">False</property>
  18.     <property name="has_separator">False</property>
  19.     <child internal-child="vbox">
  20.       <object class="GtkVBox" id="dialog-vbox2">
  21.         <property name="visible">True</property>
  22.         <property name="homogeneous">False</property>
  23.         <property name="spacing">0</property>
  24.         <child internal-child="action_area">
  25.           <object class="GtkHButtonBox" id="dialog-action_area2">
  26.             <property name="visible">True</property>
  27.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  28.             <child>
  29.               <object class="GtkButton" id="cancel_button">
  30.                 <property name="visible">True</property>
  31.                 <property name="can_default">True</property>
  32.                 <property name="has_default">True</property>
  33.                 <property name="can_focus">True</property>
  34.                 <property name="label">gtk-cancel</property>
  35.                 <property name="use_stock">True</property>
  36.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  37.                 <property name="focus_on_click">True</property>
  38.               </object>
  39.             </child>
  40.             <child>
  41.               <object class="GtkButton" id="open_button">
  42.                 <property name="visible">True</property>
  43.                 <property name="can_default">True</property>
  44.                 <property name="can_focus">True</property>
  45.                 <property name="label">gtk-open</property>
  46.                 <property name="use_stock">True</property>
  47.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  48.                 <property name="focus_on_click">True</property>
  49.               </object>
  50.             </child>
  51.             <child>
  52.               <object class="GtkButton" id="help_button">
  53.                 <property name="visible">True</property>
  54.                 <property name="can_default">True</property>
  55.                 <property name="can_focus">True</property>
  56.                 <property name="label">gtk-help</property>
  57.                 <property name="use_stock">True</property>
  58.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  59.                 <property name="focus_on_click">True</property>
  60.               </object>
  61.             </child>
  62.           </object>
  63.           <packing>
  64.             <property name="padding">0</property>
  65.             <property name="expand">False</property>
  66.             <property name="fill">True</property>
  67.             <property name="pack_type">GTK_PACK_END</property>
  68.           </packing>
  69.         </child>
  70.         <child>
  71.           <object class="GtkVBox" id="open_uri_dialog_content">
  72.             <property name="border_width">6</property>
  73.             <property name="visible">True</property>
  74.             <property name="homogeneous">False</property>
  75.             <property name="spacing">12</property>
  76.             <child>
  77.               <object class="GtkVBox" id="main_vbox">
  78.                 <property name="visible">True</property>
  79.                 <property name="homogeneous">False</property>
  80.                 <property name="spacing">6</property>
  81.                 <child>
  82.                   <object class="GtkLabel" id="location_label">
  83.                     <property name="visible">True</property>
  84.                     <property name="label" translatable="yes">Enter the _location (URI) of the file you would like to open:</property>
  85.                     <property name="use_underline">True</property>
  86.                     <property name="use_markup">False</property>
  87.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  88.                     <property name="wrap">True</property>
  89.                     <property name="selectable">False</property>
  90.                     <property name="xalign">0</property>
  91.                     <property name="yalign">0.5</property>
  92.                     <property name="xpad">0</property>
  93.                     <property name="ypad">0</property>
  94.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  95.                     <property name="width_chars">-1</property>
  96.                     <property name="single_line_mode">False</property>
  97.                     <property name="angle">0</property>
  98.                   </object>
  99.                   <packing>
  100.                     <property name="padding">0</property>
  101.                     <property name="expand">False</property>
  102.                     <property name="fill">False</property>
  103.                   </packing>
  104.                 </child>
  105.                 <child>
  106.                   <placeholder/>
  107.                 </child>
  108.               </object>
  109.               <packing>
  110.                 <property name="padding">0</property>
  111.                 <property name="expand">False</property>
  112.                 <property name="fill">True</property>
  113.               </packing>
  114.             </child>
  115.             <child>
  116.               <object class="GtkHBox" id="encoding_hbox">
  117.                 <property name="visible">True</property>
  118.                 <property name="homogeneous">False</property>
  119.                 <property name="spacing">6</property>
  120.                 <child>
  121.                   <object class="GtkLabel" id="encoding_label">
  122.                     <property name="visible">True</property>
  123.                     <property name="label" translatable="yes">Ch_aracter coding:</property>
  124.                     <property name="use_underline">True</property>
  125.                     <property name="use_markup">False</property>
  126.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  127.                     <property name="wrap">False</property>
  128.                     <property name="selectable">False</property>
  129.                     <property name="xalign">0.5</property>
  130.                     <property name="yalign">0.5</property>
  131.                     <property name="xpad">0</property>
  132.                     <property name="ypad">0</property>
  133.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  134.                     <property name="width_chars">-1</property>
  135.                     <property name="single_line_mode">False</property>
  136.                     <property name="angle">0</property>
  137.                   </object>
  138.                   <packing>
  139.                     <property name="padding">0</property>
  140.                     <property name="expand">False</property>
  141.                     <property name="fill">False</property>
  142.                   </packing>
  143.                 </child>
  144.                 <child>
  145.                   <placeholder/>
  146.                 </child>
  147.               </object>
  148.               <packing>
  149.                 <property name="padding">0</property>
  150.                 <property name="expand">False</property>
  151.                 <property name="fill">True</property>
  152.               </packing>
  153.             </child>
  154.           </object>
  155.           <packing>
  156.             <property name="padding">0</property>
  157.             <property name="expand">False</property>
  158.             <property name="fill">True</property>
  159.           </packing>
  160.         </child>
  161.       </object>
  162.     </child>
  163.     <action-widgets>
  164.       <action-widget response="-6">cancel_button</action-widget>
  165.       <action-widget response="-5">open_button</action-widget>
  166.       <action-widget response="-11">help_button</action-widget>
  167.     </action-widgets>
  168.   </object>
  169. </interface>
  170.